// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['The Offspring','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Thursday','5/9/2024','8:00 PM','6266364','The-Offspring-5-9-2024'],['BottleRock Festival: Pearl Jam, Ed Sheeran, Stevie Nicks & Mana - 3 Day Pass','Napa Valley Expo','Napa, CA','Friday','5/24/2024','TBD','5736140','BottleRock-Festival--Pearl-Jam--Ed-Sheeran--Stevie-Nicks---Mana---3-Day-Pass-5-24-2024'],['BottleRock Festival: Ed Sheeran, Queens of the Stone Age, Dominic Fike, Norah Jones & The Offspring - Sunday','Napa Valley Expo','Napa, CA','Sunday','5/26/2024','11:30 AM','5736143','BottleRock-Festival--Ed-Sheeran--Queens-of-the-Stone-Age--Dominic-Fike--Norah-Jones---The-Offspring---Sunday-5-26-2024'],['The Offspring','Honda Center','Anaheim, CA','Saturday','6/1/2024','8:00 PM','6147829','The-Offspring-6-1-2024'],['The Offspring','OLG Stage At Niagara Fallsview Casino Resort','Niagara Falls, Canada','Wednesday','7/10/2024','8:00 PM','6319071','The-Offspring-7-10-2024'],['Minnesota Yacht Club Festival: Red Hot Chili Peppers, The Offspring, Hippo Campus & Gary Clark Jr. - Saturday','Harriet Island Park','Saint Paul, MN','Saturday','7/20/2024','12:00 PM','6242654','Minnesota-Yacht-Club-Festival--Red-Hot-Chili-Peppers--The-Offspring--Hippo-Campus---Gary-Clark-Jr----Saturday-7-20-2024'],['The Offspring','Wave - KS','Wichita, KS','Monday','7/22/2024','7:30 PM','6366590','The-Offspring-7-22-2024'],['The Offspring','The Astro Amphitheater','La Vista, NE','Tuesday','7/23/2024','5:15 PM','6377218','The-Offspring-7-23-2024'],['The Offspring, Simple Plan & Hoobastank','Outdoors At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Friday','7/26/2024','7:00 PM','6348688','The-Offspring--Simple-Plan---Hoobastank-7-26-2024'],['Harley Davidson Homecoming: Red Hot Chili Peppers, The Offspring & Cypress Hill - Saturday','Veterans Park Milwaukee','Milwaukee, WI','Saturday','7/27/2024','2:00 PM','6215853','Harley-Davidson-Homecoming--Red-Hot-Chili-Peppers--The-Offspring---Cypress-Hill---Saturday-7-27-2024'],['MMRBQ: The Offspring, Halestorm, Nothing More, P.O.D. & The Warning','Freedom Mortgage Pavilion','Camden, NJ','Saturday','9/21/2024','1:00 PM','6308259','MMRBQ--The-Offspring--Halestorm--Nothing-More--P-O-D----The-Warning-9-21-2024'],['Oceans Calling Festival: Blink-182, The Killers & Dave Matthews Band - 3 Day Pass','Ocean City Inlet','Ocean City, MD','Friday','9/27/2024','TBD','6257456','Oceans-Calling-Festival--Blink-182--The-Killers---Dave-Matthews-Band---3-Day-Pass-9-27-2024'],['Oceans Calling Festival: The Killers, The Offspring & Rebelution - Saturday (Time: TBD)','Ocean City Inlet','Ocean City, MD','Saturday','9/28/2024','12:00 PM','6257461','Oceans-Calling-Festival--The-Killers--The-Offspring---Rebelution---Saturday--Time--TBD--9-28-2024']],'The Offspring','http://www.ticketnetwork.com/ticket/The-Offspring-events.aspx');